Download the PHP package andygrond/hugonette without Composer

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

Hugonette: PHP micro-framework for static pages

Lightweight, fast, and easy to use. Provides all basic needs to build a modern, powerful, small to medium web application. Ready for new projects, but flexible enough to use in existing scenarios. Scalable as your project grows.

I like to use Hugo static site generator to prepare a web design and JavaScript UX for my projects. So I wrote Hugonette to mix it with the power of Nette PHP framework: an intuitive templating engine and awesome debugging tool.

Technologies

Hugonette runs on PHP version 7.1 or higher.

Hugo static site generator is one of the favorite tools for preparing page design and functionality. Its advantage is a really fast response to change during development. After debugging, Hugo generates a static site, where all files are ready exactly as you see them while browsing.

Nette PHP framework is a flexible, feature-rich, modular PHP framework. Hugonette is a little friend of Nette, sharing its project structure and using several Nette awesome components. Thanks to Nette guys, our work on Hugonette projects will be nice & fast.

Installation

You must have Composer installed on your local machine. Then choose a name for your project folder (let it be myblog). Common practice is to place it outside DocumentRoot for security. From a command tool run:

Then go into the project folder. Install Hugonette:

Adaptations for Hugonette

Take a look at your project folder. If you are working on Linux or macOS, make log and temp folders writable. Now find some example files in the vendor/Andygrond/hugonette/doc/install folder of the Hugonette project. Replace the entire app folder with install/app folder of Hugonette and the entire www with install/www. The second one will be your DocumentRoot. Here you will find 2 subfolders:

Hugo project

My suggestion is to use Hugo to prepare static pages for your project. But, you can take advantage of another tool if you wish, or even use an existing template, making necessary changes in a text editor. Your choice.

Tutorial

Head to Hugonette GitBook. You will find there the Hugonette documentation as well as some useful advices on how to use Hugo to get a professionally made website.

License

Hugonette is available as open source under the terms of the MIT License.


All versions of hugonette with dependencies

PHP Build Version
Package Version
Requires php Version >=7.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 andygrond/hugonette contains the following files

Loading the files please wait ....