Download the PHP package yonis-savary/sharp without Composer
On this page you can find all versions of the php package yonis-savary/sharp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yonis-savary/sharp
More information about yonis-savary/sharp
Files in yonis-savary/sharp
Download yonis-savary/sharp
More information about yonis-savary/sharp
Files in yonis-savary/sharp
Vendor yonis-savary
Package sharp
Short Description Simple yet complete PHP8 Framework
License MIT
Homepage https://github.com/yonis-savary/sharp
Package sharp
Short Description Simple yet complete PHP8 Framework
License MIT
Homepage https://github.com/yonis-savary/sharp
Please rate this library. Is it a good library?
Informations about the package sharp
Sharp PHP
Welcome !
Sharp is a framework for PHP 8 that focuses on code cleanliness and simplicity, the goal is to have a good balance between abstraction and concrete objects, make a framework that just work with your IDE and doesn't use some magic syntax or unecessary complexity.
📚 Documentation and Tutorials
You can find resources to work/learn with Sharp in the docs/ directory
📦 Get Sharp
Your directory will look like
.git/
MyProject/
Public/
vendor/
.gitignore
composer.json
composer.lock
do
sharp.json
Release's features
- 🟢 - tested feature
- 🔵 - tested feature (some edge-case tests may be missing)
- 🟡 - untested feature
🫀 Core
- 🟢 Configuration (JSON Format)
- 🟢 Caching
- 🟢 Logging
- 🟢 Events
- 🟢 CLI Commands (With base utilities commands)
- 🟢 Tests
🌐 Web
- 🟢 Session
- 🟢 Request / Responses
- 🔵 Request Fetch (CURL)
- 🟢 Controllers
- 🔵 Renderer
- 🟢 Routing / Middlewares
📁 Data
- 🟢 Database (With SQLite support)
- 🔵 Simple migration system
- 🟢 Models
- 🟢 FTP Directory
- 🟢 Queues support
- 🟢 Array object (for functional programming)
🔐 Security
- 🟢 Authentication
- 🟢 CSRF
🚀 Extras
- 🟢 Asset serving
- 🟢 Automatic CRUD API for Models
- 🔵 Scheduler System
...and more ! The SharpExtension
repository got some additionnal features that can be used to make development faster
All versions of sharp with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0.0
psr/log Version ^3.0@dev
phpunit/phpunit Version ^10.0
symfony/process Version 7.1.7
psr/log Version ^3.0@dev
phpunit/phpunit Version ^10.0
symfony/process Version 7.1.7
The package yonis-savary/sharp contains the following files
Loading the files please wait ....