wai-blue / adios
Light-weight rapid application development framework for PHP8
v1.9.2
2025-03-29 15:11 UTC
- dev-main
- 11962.x-dev
- 11815.x-dev
- 11814.x-dev
- 11811.x-dev
- 11782.x-dev
- 11725.x-dev
- 11712.x-dev
- 11686.x-dev
- 11676.x-dev
- 11674.x-dev
- 11666.x-dev
- 11645.x-dev
- 11640.x-dev
- 11606.x-dev
- 11594.x-dev
- 11539.x-dev
- 11538.x-dev
- 11523.x-dev
- 11521.x-dev
- 11519.x-dev
- 11504.x-dev
- 11492.x-dev
- 11490.x-dev
- 11484.x-dev
- 11483.x-dev
- 11481.x-dev
- 11475.x-dev
- 11452.x-dev
- 11451.x-dev
- 11449.x-dev
- 11432.x-dev
- 11401.x-dev
- v1.9.2
- v1.9.1
- v1.9
- v1.8.1
- v1.8.0
- v1.7.2
- v1.7.1
- v1.7
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.11
- v1.2.10
- v1.2.9
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- v1.2.4
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-new-record-management
- dev-describeInput
- dev-tagy
- dev-add-license-1
This package is not auto-updated.
Last update: 2025-03-29 15:13:27 UTC
README
Web application framework for PHP.
What is ADIOS?
A light-weight framework combining different lower-levels libraries to simply web application development:
React
for client-side javascript UITailwindCSS
for CSS stylingTwig
as a HTML templating engineEloquent ORM
as a database layerPrimereact
for UI components like tables, forms and tabs- and others (e.g.
react-select
for autocomplete)
Screenshots
Form developed using ADIOS framework (source: https://www.hubleto.com)
Features
- Small footprint
- Powerful record-management (data-management) features
- Strong form-templating features
- Flexible and yet simple to configure routing
- Full-featured set of in-built UI components (tables, forms, tabs, inputs, charts, dashboard, ...)
- In-built database relationships (1:N and M:N) management
- In-built configuration management (DB-based or file-based)
- Multi-language support
- Skinnable
Where is ADIOS used
- Hubleto opensource CRM/ERP (https://www.hubleto.com).
Want to contribute?
ADIOS is an open-source MIT licensed framework. You can use it for free for both personal and commercial projects.
We will be happy for any contributions to the project:
- UI componets
- Language dictionaries
- Skins
- Plugins
- Prototype builder templates
- Sample applications
- Documentation
- Unit tests
- And anything else...
Enjoy!