Download the PHP package phpthis/skeleton without Composer

On this page you can find all versions of the php package phpthis/skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package skeleton

PHPThis application skeleton

This is the minimal checked starting point for an application built with PHPThis. It exposes one explicit route, GET /health, and contains project-owned AI context, behavior tests, the application-owned terminal request-summary path, and the complete consumer validity gate.

PHPThis uses AI-first authoring with human accountability. After installation, ask the AI working in this project how the application works or request the next feature. It must begin with AGENTS.md, the installed PHPThis contract and knowledge map, this application's .ai/ context, and the concrete source and tests. PHPThis does not use a traditional framework manual as the primary learning interface.

A useful first request is:

Read AGENTS.md, inspect the installed PHPThis version, explain the current request path with file references, and identify the project facts I must decide before we add the first feature.

Create a new application

Use the published Composer project. Consumers do not clone or copy the PHPThis framework repository.

This creates the application root from phpthis/skeleton and installs phpthis/framework under vendor/phpthis/framework.

Package availability is an external fact: verify tagged repositories and Packagist rather than inferring publication from this tracked README.

Install and check an existing application checkout

composer check first runs the framework-owned Strict Profile and maximum-level PHPStan configuration, then runs the application's automated behavior tests. This starter's zero-dependency tests/run.php is one concrete implementation, not a required framework, filename, or directory. Every observable behavior change must add or update automated tests; the application remains free to choose its test library, runner, and file placement. Commit the generated composer.lock with the application so dependency versions remain reproducible.

Run locally

Before adding product behavior, replace this skeleton's generic project facts in .ai/ with facts verified for the real application.

Every selected response carries an application-generated 128-bit lowercase-hex X-Request-ID. The visible front-controller path makes exactly one attempt to send a closed redacted terminal summary to its application-owned sink; sink failure cannot alter the response, and an invocation attempt is not a durable-delivery guarantee. Database adoption uses a finite list of distinct budget and trace sources without changing the framework into a logger or SQL abstraction.

The AI may implement routine, in-scope work under human direction. It must surface consequential product, architecture, security, data, migration, deployment, and external-side-effect choices for human judgment. The human accepts those decisions and remains accountable for the result.


All versions of skeleton with dependencies

PHP Build Version
Package Version
Requires php Version ~8.4.0
phpthis/framework Version 0.1.0-alpha.7
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package phpthis/skeleton contains the following files

Loading the files please wait ...