Download the PHP package drdplusinfo/statie without Composer

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

Statie - Modern and Simple Static Site Generator in PHP

Build Status Downloads

Statie takes HTML, Markdown and Twig or Latte files and generates static HTML page.

Install

How to Generate and See the Website?

  1. Prepare content for Statie

Do you prefer Latte?

This will generate config, templates, layouts and gulp code, so you can enjoy live preview.

Last step is install node dependencies:

  1. Generate static site from /source (argument) to /output (default value) in HTML:

  2. Run website locally

  3. And see web in browser localhost:8000.

Do you use Jekyll or Sculpin?

We'll help you migrate:

They will do 95 % of migration for you. If you still struggle with migration, look at:

Configuration

statie.yml Config

This is basically Symfony Kernel config.yml that you know from Symfony application. You can:

Parameters are available in every template:

Do You Write Posts?

Create a new empty .md file with date, webalized title and ID:

Statie privides default template:

Do you want your own template? Configure path to it:

That's it!

How to Generate API?

Statie web Friendsofphp.org provide info about PHP meetups and groups. They're already stored in parameters. Do you want to publish them as JSON API?

This will generate 2 pages:

With parameters as JSON, that anyone can use now.

How to Redirect old page?

Are you Speaker? Use your JoindIn Talks

This will generated source/_data/generated/joind_in_talks.yaml file with your talks:

Then you can use them like any other parameter in your Statie templates:

Useful Twig and Latte Filters

All from Latte basic set and more:

Twig

Latte

Documentation

Thanks to @crazko you can enjoy neat documentation and see projects that use Statie at statie.org.

Contributing

Open an issue or send a pull-request to main repository.


All versions of statie with dependencies

PHP Build Version
Package Version
Requires ext-dom Version *
latte/latte Version ^2.5
guzzlehttp/guzzle Version ^6.3
j7mbo/twitter-api-php Version ^1.0
nette/finder Version ^2.4
nette/utils Version ^2.5|^3.0
tracy/tracy Version ^2.5
twig/twig Version ^2.5
symfony/config Version ^3.4|^4.1
symfony/dependency-injection Version ^3.4|^4.1
symfony/event-dispatcher Version ^3.4|^4.1
symfony/http-kernel Version ^3.4|^4.1
symfony/console Version ^3.4|^4.1
symfony/finder Version ^3.4|^4.1
symfony/yaml Version ^3.4|^4.1
symfony/dotenv Version ^4.2
phpgt/dom Version ^2.1
granam/string Version ^4.0
erusev/parsedown Version ^1.7
erusev/parsedown-extra Version ^0.8.1
symplify/package-builder Version ^5.4
symfony/expression-language Version ^5.1
granam/assets-version Version ^2.0
php Version ^7.1|^8.0
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 drdplusinfo/statie contains the following files

Loading the files please wait ....