Download the PHP package codefyphp/skeleton without Composer

On this page you can find all versions of the php package codefyphp/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

CodefyPHP Logo

Latest Stable Version PHP 8.2 License Total Downloads CodefyPHP Support Forum


This repository contains the skeleton package for creating a new CodefyPHP project. If you are only interested in the core framework, visit the main CodefyPHP Framework repository.

CodefyPHP is not a framework such as the likes of Symfony, Laravel, Codeigniter or CakePHP. Codefy is a simple, light framework providing interfaces and implementations for architecting a Domain Driven project with CQRS, Event Sourcing and implementations of PSR-3, PSR-6, PSR-7, PSR-11, PSR-12, PSR-15, PSR-16 and PSR-17.

The philosophy of Codefy is that code should be systematized, maintainable, and follow OOP (Object-Oriented Programming). CodefyPHP tries not to be too opinionated, yet encourages best practices and coding standards by following Qubus Coding Standards. Use Codefy as you see fit. You can tap into all, some or none of the features and instead use the interfaces to build your own implementations for a domain driven project.

UserId ValueObject

📍 Requirement

🏆 Highlighted Features

📦 Installation

To create a new project, run the following command:

Replace my-app-name with the directory name to which you are starting your new project. Once installed, cd into the root directory of your app and start the development server by running the following terminal command:

Once the server starts, visit the new install at http://localhost:8080.

🕑 Releases

Version Minimum PHP Version Release Date Bug Fixes Until Security Fixes Until
1 8.2 September 2023 July 2024 March 2025
2 - LTS 8.2 September 2024 September 2027 September 2028
3 8.3 October 2024 August 2025 April 2026
4 8.4 February 2025 December 2025 August 2026
5 - LTS 8.4 April 2025 April 2028 April 2029

📘 Documentation

Documentation is still a work in progress. Between the Qubus Components documentation and CodefyPHP's documentation, that should help you get started. If you have questions or need help, feel free to ask for help in the forums.

🙌 Sponsors

If you use CodefyPHP or you are interested in supporting the continued development of my opensource projects, please consider sponsoring me via Github.

🖋 Contributing

CodefyPHP could always be better! If you are interested in contributing enhancements or bug fixes, here are a few rules to follow in order to ease code reviews, and discussions before I accept and merge your work.

🔐 Security Vulnerabilities

If you discover a vulnerability in the code, please email [email protected].

📄 License

CodefyPHP is opensource software licensed under the MIT License.


All versions of skeleton with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2
codefyphp/codefy Version ^2
franzl/whoops-middleware Version ^2.0
paragonie/csp-builder Version ^2.9
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 codefyphp/skeleton contains the following files

Loading the files please wait ....