PHPackages                             quantr/phpisdead - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. quantr/phpisdead

ActiveLibrary[Framework](/categories/framework)

quantr/phpisdead
================

Php framework

026PHP

Since Nov 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/quantrpeter/phpisdead)[ Packagist](https://packagist.org/packages/quantr/phpisdead)[ RSS](/packages/quantr-phpisdead/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![](img/phpisdead.png)](img/phpisdead.png)

PhpIsDead is a php framework

Dev
===

[](#dev)

1. run "composer dump-autoload -o" instead of "composer dump-autoload" to see if any error to generate the autoloader
2. push to github
3. click "update" in
4. in your project, rm -fr package.lock vendor
5. composer install
6. you can see the changes

Useful link
===========

[](#useful-link)

The framework
=============

[](#the-framework)

Install
-------

[](#install)

Create sample project by

```
composer create-project quantr/phpisdead-sample-project:dev-main

```

Startup
-------

[](#startup)

The main file is index.php

```
