inachisphp / inachis
A basic framework for use in producing simple post/page driven websites
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 25
Type:project
pkg:composer/inachisphp/inachis
Requires
- php: >=5.6
- aptoma/twig-markdown: ^2.0
- doctrine/dbal: 2.*
- doctrine/orm: 2.*
- klein/klein: ^2.1
- michelf/php-markdown: ^1.6
- monolog/monolog: 1.*
- paragonie/halite: 1.*
- paragonie/random_compat: ^2.0
- twig/twig: 1.*
Requires (Dev)
- behat/behat: 2.*
- mockery/mockery: *
- phpdocumentor/phpdocumentor: 2.*
- phpunit/phpunit: 4.*
This package is not auto-updated.
Last update: 2025-11-25 21:35:14 UTC
README
ianchis is a framework for creating simple websites in PHP using symfony such as a blog.
Requirements
- PHP 8.3 or above
- Optional: ImageMagick with libheif (for HEIC -> JPEG conversions)
Installation
- Download a release package, and extract on your intended server
- Import dev/install/inachis.sql into your DBMS
- Add database connection settings to
.env.local - Create your first administrator and sign-in