An open API service indexing awesome lists of open source software.

https://github.com/brenno-duarte/delivery-solital


https://github.com/brenno-duarte/delivery-solital

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        


GitHub release (latest by date)
GitHub

## About

Solital is a complete PHP framework with everything you need to create high value projects.

## Installing via Composer

To download Solital, use the command below:

```
composer create-project solital/solital [solital_project_folder]
```

## Documentation

You can access the complete documentation at the following link: [https://solital.github.io/docs-v1/](https://solital.github.io/docs-v1/)

## 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
- Custom boot managers to rewrite urls to "nicer" ones.
- Input manager; easily manage GET, POST and FILE values.

## License

Solital uses [MIT](https://github.com/solital/solital/blob/master/LICENSE) license by default