Download the PHP package parthenon/skeleton without Composer

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

Parthenon Skeleton Application

A quick and easy way to start your next application.

Get started

To get started you can either click the use template button (click here) on GitHub that will create a repository for you which you can clone and use.

Or via composer using the create-project command.

composer create-project parthenon/skeleton new-application

Local Development Environment

Requirements:

Setup

The first step is to set up the environment.

Run

To start up the local development environment you

Then visit https://localhost

Documentation

The documentation can be found on the Parthenon website https://getparthenon.com/docs/getting-started/.

If you wish to contribute to the documentation. Or just look at the raw files. They can be found at https://github.com/getparthenon/parthenon-docs.

Support

Support is provided via GitHub, Slack, and Email.

If you have a commercial license you will be able to list the GitHub accounts that you want to link to the license. This means when an issue is created by an account linked to a commercial license they will get priority support. All other issues will be given best effort support.

Issues we will provide support and fixes for:

FAQ

Is Parthenon Open-Source?

Yes, it's released under GPLv3

Can I use Parthenon for free?

Yes.

Who is Parthenon for?

Parthenon is for people who want to operate a web company that doesn't focus on the boring tech that everyone has done.

From bootstraps that want to start their business on the right footing to companies that want to improve their tech to large companies that have new projects and don't want to rebuild the same features they've done so many times.

Can I use Parthenon with my existing Symfony application?

Yes. Parthenon is a bundle that can be used with your existing Symfony application. All the modules are toggable. So if you only want to use one part, you can.

Will I be able to grow with Parthenon?

Parthenon is designed to scale. It has been purposefully designed so that things are able to be replaced as you grow.

We know that as your system scales, there will be parts of Parthenon you'll want to replace with highly custom code, and we designed Parthenon to allow you to do it with ease.


All versions of skeleton with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1
ext-ctype Version *
ext-iconv Version *
doctrine/doctrine-migrations-bundle Version ^3.2
doctrine/orm Version ^2.13
ramsey/uuid-doctrine Version ^1.8.1
parthenon/parthenon Version ^2.2.11
symfony/console Version 7.*
symfony/dotenv Version 7.*
symfony/flex Version ^2
symfony/mailer Version 7.*
symfony/framework-bundle Version 7.*
symfony/runtime Version 7.*
symfony/webpack-encore-bundle Version ^2.1.1
symfony/yaml Version 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 parthenon/skeleton contains the following files

Loading the files please wait ....