Skip to content
View solital's full-sized avatar
Block or Report

Block or report solital

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
solital/README.md

GitHub release (latest by date) GitHub

About

Solital is a fast, easy-to-use PHP framework and also has an easy-to-learn syntax. Solital emerged as a lighter and simpler alternative to other frameworks available on the market such as Laravel, Symfony and CodeIgniter.

Solital Framework has several features to help you create PHP projects with fast performance. Vinci Console is a component to help create, remove, update components. Wolf is Solital's default template engine, as well as being quick to render views. Database manipulation is also possible using Katrina ORM, migations and seeders.

PHP has several well-known frameworks such as Laravel, Symfony, CakePHP, among others. All of these projects contribute to the PHP community.

The Solital Framework contributed to this huge community, offering an easier way to create PHP projects, while also offering several important features.

Installing via Composer

To download Solital, use the command below:

composer create-project solital/solital project

Documentation

You can access the complete documentation at the following link: https://solital.github.io/site/

Resources

  • Basic routing (GET, POST, PUT, PATCH, UPDATE, DELETE) with support for custom multiple verbs.
  • Regular Expression Constraints for parameters.
  • Wolf template system.
  • HTTP client manipulation.
  • Vinci development assistant.
  • Middleware (classes that intercepts before the route is rendered).
  • ORM for database persistence
  • CSRF protection.
  • Sub-domain routing
  • Input manager; easily manage GET, POST and FILE values.
  • Task Scheduler
  • Async HTTP Client
  • And more...

License

Solital uses MIT license by default

Popular repositories

  1. solital solital Public

    Solital is a framework designed for those who need to create projects quickly and with an easy syntax

    PHP 4 1

  2. core core Public

    Official core of Solital framework

    PHP 2

  3. katrina katrina Public

    Official Solital ORM for database abstraction

    PHP 1

  4. http-client http-client Public archive

    [ABANDONED] HTTP Client for Solital Framework

    PHP

  5. docs-v1 docs-v1 Public

    Complete documentation for version 1.0 of the Solital framework

  6. vinci-console vinci-console Public

    Console component for Solital Framework

    PHP