wp-slab / slab-core
The Slab framework. The core functionality to make your site better.
Installs: 172
Dependents: 6
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.5.9
- composer/installers: ~1.0.12
Requires (Dev)
- mockery/mockery: 0.9.*
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2024-12-31 04:48:53 UTC
README
The Slab framework. The core functionality to make your site better. See http://www.wp-slab.com/components/core for more information.
Slab is currently under heavy active development. While the previous version of Slab has served millions of pages, this version is not feature complete and is not ready for production use yet. You have been warned. Bugs should be filed on GitHub if found.
Features
- Autoloader
- IoC Container
- Request/Response (started)
- Env
- Config
- Cookie
- Helpers (array, collection etc)
- Test suite (started)
- Composer/packagist, wpackagist, WordPress SVN (started)
Modules
The Slab Core plugin contains only the core components required for Slab. Specific functionality is split into separate plugins, allowing for sites to include just the parts they need.
- Core (started)
- API
- Auth
- Cache
- CLI (started)
- DB (started)
- HTTP
- Image
- Logging
- Migrations
- Queue
- Router (started)
- Session
- Storage
- Theme (started)
- Updater (started)
- Validation
- View (started)