https://github.com/brenno-duarte/delivery-solital
https://github.com/brenno-duarte/delivery-solital
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brenno-duarte/delivery-solital
- Owner: brenno-duarte
- License: mit
- Created: 2020-12-18T11:08:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T18:49:58.000Z (over 2 years ago)
- Last Synced: 2025-02-05T08:37:18.173Z (4 months ago)
- Language: PHP
- Size: 4.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## 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